Skip to content

READY: Ensure msg code 0 is always handled. #468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2016

Conversation

lukebakken
Copy link
Contributor

@lukebakken lukebakken commented May 3, 2016

Fix cover context arg in tsqueryreq

Resolves #466 (CLIENTS-838)
Resolves #467 (CLIENTS-840)

Fix cover context arg in tsqueryreq
@@ -133,7 +130,7 @@ def encode_timeseries_query(self, table, query, interpolations=None):
if '{table}' in q:
q = q.format(table=table.name)
tsi = tsinterpolation_a, q, []
req = tsqueryreq_a, tsi, False, []
req = tsqueryreq_a, tsi, False, udef_a
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukebakken lukebakken changed the title Ensure msg code 0 is always handled. READY: Ensure msg code 0 is always handled. May 3, 2016
@lukebakken lukebakken merged commit 46abb11 into master May 5, 2016
@lukebakken lukebakken deleted the fixes/lrb/ttb-cover-context-gh-466 branch May 5, 2016 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant